home *** CD-ROM | disk | FTP | other *** search
/ Kids' Bible Fun Pack / Kids' CD-ROM Bible Fun Pack (1997)(Education Publishing Concepts)[Mac-PC].iso / mac / GAMES / MAZE / SHARED.CST / 00212_Script_212 < prev    next >
Text File  |  1996-08-27  |  295b  |  22 lines

  1. on myTimer seconds
  2.   startTimer
  3.   repeat while the timer < seconds*60
  4.     nothing
  5.   end repeat
  6. end myTimer
  7.  
  8.  
  9. on myTimerAB seconds
  10.   startTimer
  11.   repeat while the timer < seconds*60
  12.     if the mouseDown then
  13.       exit repeat
  14.     end if
  15.     
  16.     
  17.   end repeat
  18. end myTimer
  19.  
  20.  
  21.  
  22.